net/http.http2Setting.ID (field)
17 uses
net/http (current package)
h2_bundle.go#L2172: if s := f.Setting(i); s.ID == id {
h2_bundle.go#L2184: ID: http2SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
h2_bundle.go#L2201: idi := f.Setting(i).ID
h2_bundle.go#L2203: idj := f.Setting(j).ID
h2_bundle.go#L2213: id := f.Setting(i).ID
h2_bundle.go#L2242: f.writeUint16(uint16(s.ID))
h2_bundle.go#L3069: fmt.Fprintf(&buf, " %v=%v,", s.ID, s.Val)
h2_bundle.go#L3430: ID http2SettingID
h2_bundle.go#L3437: return fmt.Sprintf("[%v = %d]", s.ID, s.Val)
h2_bundle.go#L3443: switch s.ID {
h2_bundle.go#L5582: switch s.ID {
h2_bundle.go#L7977: {ID: http2SettingEnablePush, Val: 0},
h2_bundle.go#L7978: {ID: http2SettingInitialWindowSize, Val: http2transportDefaultStreamFlow},
h2_bundle.go#L7981: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxFrameSize, Val: max})
h2_bundle.go#L7984: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L7987: initialSettings = append(initialSettings, http2Setting{ID: http2SettingHeaderTableSize, Val: maxHeaderTableSize})
h2_bundle.go#L10067: switch s.ID {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |